const github.com/klauspost/compress/zstd.tableMask

one use

	github.com/klauspost/compress/zstd (current package)
		enc_fast.go#L17: 	tableMask        = tableSize - 1 // Mask for table indices. Redundant, but can eliminate bounds checks.